Skip to content

Conversation

@masaori335
Copy link
Contributor

Prior to this change, test_Http2FrequencyCounter took almost 2 mins to run. Because there were 4 loops like below. ( the expected value of each loop is 29.5 sec ).

 while (now % 60 != 0) {
	 sleep(1);		
	 now = ink_hrtime_to_sec(Thread::get_hrtime_updated());		
}

@masaori335 masaori335 added this to the 10.0.0 milestone Jan 6, 2020
@masaori335 masaori335 self-assigned this Jan 6, 2020
@masaori335 masaori335 merged commit 0ad8519 into apache:master Jan 7, 2020
@zwoop
Copy link
Contributor

zwoop commented Jan 10, 2020

Cherry-picked to v9.0.x branch.

@zwoop zwoop modified the milestones: 10.0.0, 9.0.0 Jan 10, 2020
@zwoop zwoop modified the milestones: 9.0.0, 8.1.0 Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants