Skip to content

Commit

Permalink
double removal
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 16, 2024
1 parent 2c167cf commit a509b25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
WRENCH_LOG_CATEGORY(simple_storage_service_performance_test, "Log category for SimpleStorageServicePerformanceTest");


#define FILE_SIZE (10 * 1000 * 1000 * 1000.00)// 10 GB
#define FILE_SIZE (10 * 1000 * 1000 * 1000)// 10 GB
#define MBPS_BANDWIDTH 100 // 100 MB
#define STORAGE_SIZE (100.0 * FILE_SIZE)
#define STORAGE_SIZE (100 * FILE_SIZE)

class SimpleStorageServicePerformanceTest : public ::testing::Test {

Expand Down

0 comments on commit a509b25

Please sign in to comment.