mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
integrating the existing state of TON Storage / TON Payments / CPS Fift development branches
This commit is contained in:
parent
040df63c98
commit
4e2624459b
153 changed files with 10760 additions and 1695 deletions
|
@ -25,6 +25,7 @@
|
|||
#include "td/utils/port/thread.h"
|
||||
#include "td/utils/Random.h"
|
||||
#include "td/utils/Slice.h"
|
||||
#include "td/utils/Span.h"
|
||||
#include "td/utils/Status.h"
|
||||
|
||||
#include <atomic>
|
||||
|
@ -117,6 +118,7 @@ class TestsRunner : public TestContext {
|
|||
size_t it{0};
|
||||
bool is_running = false;
|
||||
double start{0};
|
||||
double start_unadjusted{0};
|
||||
size_t end{0};
|
||||
};
|
||||
bool stress_flag_{false};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue