Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
76c2dff0
Commit
76c2dff0
authored
Jun 23, 2008
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup. closes #923
git-svn-id:
file:///svn/tokudb@4709
c7de825b-a66e-492c-adef-691d508d4ae1
parent
e768b8a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/tests/test_838.c
src/tests/test_838.c
+1
-3
No files found.
src/tests/test_838.c
View file @
76c2dff0
...
...
@@ -56,7 +56,7 @@ void do_times(long long times[], int n) {
return
*
(
long
long
*
)
a
-
*
(
long
long
*
)
b
;
}
qsort
(
xtimes
,
n
,
sizeof
(
long
long
),
cmp
);
printf
(
": medium %llu mean %llu
\n
"
,
xtimes
[
n
/
2
],
s
/
n
);
if
(
verbose
)
printf
(
": medium %llu mean %llu
\n
"
,
xtimes
[
n
/
2
],
s
/
n
);
// verify that the times are within a factor of 10 of the medium time
// skip the first startup time
...
...
@@ -70,8 +70,6 @@ void do_times(long long times[], int n) {
testresult
=
1
;
}
}
printf
(
"
\n
"
);
}
void
test_838
(
int
n
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment