Update on Overleaf.

This commit is contained in:
Matthias Jung
2024-11-14 13:25:05 +00:00
committed by node
parent 228485184a
commit fac73b6272
5 changed files with 280 additions and 91 deletions

5
data/benchmarks.csv Normal file
View File

@@ -0,0 +1,5 @@
Name,CPU_Time_ms,Real_Time_ms,Iterations
nopower-nostore,559.0857695,561.6144617524697,4
power-nostore,774.2795032500001,777.8368692524964,4
nopower-store,895.49864875,901.2260472518392,4
power-store,1004.3982304999998,1009.4151812518248,4
1 Name CPU_Time_ms Real_Time_ms Iterations
2 nopower-nostore 559.0857695 561.6144617524697 4
3 power-nostore 774.2795032500001 777.8368692524964 4
4 nopower-store 895.49864875 901.2260472518392 4
5 power-store 1004.3982304999998 1009.4151812518248 4