Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
877ab9bc
Kaydet (Commit)
877ab9bc
authored
May 26, 2006
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add missing svn:eol-style property to text files.
üst
584c8d45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
Empty.py
Tools/pybench/Empty.py
+22
-22
No files found.
Tools/pybench/Empty.py
Dosyayı görüntüle @
877ab9bc
from
pybench
import
Test
from
pybench
import
Test
class
EmptyTest
(
Test
):
class
EmptyTest
(
Test
):
"""This is just here as a potential measure of repeatability."""
"""This is just here as a potential measure of repeatability."""
version
=
0.3
version
=
0.3
operations
=
1
operations
=
1
rounds
=
60000
rounds
=
60000
def
test
(
self
):
def
test
(
self
):
l
=
[]
l
=
[]
for
i
in
xrange
(
self
.
rounds
):
for
i
in
xrange
(
self
.
rounds
):
pass
pass
def
calibrate
(
self
):
def
calibrate
(
self
):
l
=
[]
l
=
[]
for
i
in
xrange
(
self
.
rounds
):
for
i
in
xrange
(
self
.
rounds
):
pass
pass
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