Skip to content

Commit

Permalink
Scoring script: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 3, 2022
1 parent 44b32de commit 586a31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoring/calculate-scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
CREATE OR REPLACE TABLE throughput_batches AS
SELECT count(day)/2 AS n_batches, sum(time) AS t_batches -- /2 is needed because writes+reads are counted separately
FROM throughput_test
-- we drops the days executed after the minimum throughput time passed
-- we drop the days executed after the minimum throughput time passed
WHERE day <= (
SELECT day
FROM
Expand Down

0 comments on commit 586a31c

Please sign in to comment.