Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
308f670
1
Parent(s):
84046ab
Print df
Browse files- gedi/benchmark.py +1 -0
gedi/benchmark.py
CHANGED
@@ -71,6 +71,7 @@ class BenchmarkTest:
|
|
71 |
benchmark_results.to_csv(self.filepath, index=False)
|
72 |
|
73 |
self.results = benchmark_results
|
|
|
74 |
print(f"SUCCESS: BenchmarkTest took {dt.now()-start} sec for {len(params[MINERS])} miners"+\
|
75 |
f" and {len(benchmark_results)} event-logs. Saved benchmark to {self.filepath}.")
|
76 |
print("========================= ~ BenchmarkTest =============================")
|
|
|
71 |
benchmark_results.to_csv(self.filepath, index=False)
|
72 |
|
73 |
self.results = benchmark_results
|
74 |
+
print(benchmark_results)
|
75 |
print(f"SUCCESS: BenchmarkTest took {dt.now()-start} sec for {len(params[MINERS])} miners"+\
|
76 |
f" and {len(benchmark_results)} event-logs. Saved benchmark to {self.filepath}.")
|
77 |
print("========================= ~ BenchmarkTest =============================")
|