Skip to content

Commit

Permalink
Mhh close
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Sep 1, 2024
1 parent a239a3a commit d5ae5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "loona"
version = "0.1.0"
description = "Scripts"
description = "Benchmarking rig for the loona Rust HTTP implementation"
requires-python = ">=3.11"
dependencies = [
"termcolor~=2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def abort_and_cleanup(signum, frame):
data[label] = value

# Create a DataFrame from the dictionary
df = pd.DataFrame(data, index=[0]).T
df = pd.DataFrame([data]).T
df.columns = ['Value']
df.index.name = 'Event'

Expand Down

0 comments on commit d5ae5d1

Please sign in to comment.