Skip to content

Commit

Permalink
Removes experiment file
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdeepgoel committed Sep 6, 2023
1 parent 1af1d69 commit 4890f49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 48 deletions.
44 changes: 0 additions & 44 deletions exptr.py

This file was deleted.

8 changes: 4 additions & 4 deletions tests/netflix/test_evcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,16 @@ def test_evcache_inmemory_high_latency_reads_cpu():
low=19000, mid=35000, high=35000 * 1.2, confidence=1.0
),
estimated_mean_write_size_bytes=Interval(
low=1450, mid=1450, high=1450 * 1.2, confidence=1.0
low=7250, mid=7250, high=7250 * 1.2, confidence=1.0
),
estimated_mean_read_size_bytes=Interval(
low=1031, mid=1031, high=1031 * 1.2, confidence=1.0
low=5100, mid=5100, high=5100 * 1.2, confidence=1.0
),
),
data_shape=DataShape(
estimated_state_size_gib=Interval(low=466, mid=466, high=466, confidence=1.0),
estimated_state_size_gib=Interval(low=1662, mid=1662, high=1662, confidence=1.0),
estimated_state_item_count=Interval(
low=340000000, mid=526000000, high=526000000 * 1.2, confidence=1.0
low=750000000, mid=750000000, high=750000000 * 1.2, confidence=1.0
),
),
)
Expand Down

0 comments on commit 4890f49

Please sign in to comment.